home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-12-17 | 1.8 KB | 94 lines | [TEXT/MPS ] |
- #include "Types.r"
-
- type 'XRT2' as 'STR ';
-
- resource 'XRT2' (0) {
- "Sample Rotation Application - Version 1.0 by John D. Olsen,RPS of Double Centre Surveying"
- };
-
-
- resource 'DITL' (32723) {
- { /* array DITLarray: 3 elements */
- /* [1] */
- {215, 169, 235, 257},
- Button {
- enabled,
- "Bye now !"
- },
- /* [2] */
- {13, 13, 205, 205},
- EditText {
- enabled,
- "What do think about this ? It lets you read "
- "your monitor while lying on your side… its "
- "the latest for couch potatoes !"
- },
- /* [3] */
- {13, 221, 205, 413},
- EditText {
- enabled,
- ""
- }
- }
- };
-
-
- resource 'DLOG' (1000, "Rotated Text Dialog") {
- {41, 16, 285, 442},
- documentProc,
- visible,
- noGoAway,
- 0x0,
- 32723,
- "Rotaters do it sideways !"
- };
-
- resource 'BNDL' (128) {
- 'XRT2',
- 0,
- { /* array TypeArray: 2 elements */
- /* [1] */
- 'FREF',
- { /* array IDArray: 1 elements */
- /* [1] */
- 0, 128
- },
- /* [2] */
- 'ICN#',
- { /* array IDArray: 1 elements */
- /* [1] */
- 0, 128
- }
- }
- };
-
- resource 'FREF' (128) {
- 'APPL',
- 0,
- ""
- };
-
- resource 'ICN#' (128) {
- { /* array: 2 elements */
- /* [1] */
- $"7FF0 0000 7FF0 0000 6030 0000 6010 0000"
- $"6000 FE00 6080 FF80 6180 03C0 7F80 00E0"
- $"7F80 00E0 6180 0060 6080 0060 6010 0060"
- $"6010 0666 6030 03FC 7FF0 01F8 7FF0 00F0"
- $"0000 0060 0000 0000 0000 0000 2000 0000"
- $"2000 5005 2630 A002 2948 4001 2948 82A2"
- $"2748 4141 2148 8082 2948 4101 2630 8082"
- $"2000 4101 7000 AAAA 5FF8 5555 70",
- /* [2] */
- $"5550 0000 2AA0 0000 4010 0000 2000 0000"
- $"4000 A800 2080 5500 4100 0280 2A80 0040"
- $"5500 00A0 2080 0040 4000 0020 2000 0040"
- $"4010 0222 2020 0154 5550 00A8 2AA0 0050"
- $"0000 0020 0000 0000 0000 0000 0000 0000"
- $"0000 A00A 0000 4005 0000 8002 0000 4541"
- $"0000 8282 0000 4101 0000 8082 0000 4101"
- $"0000 8082 0000 5555 0000 AAAA"
- }
- };
-
-